home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / System / CAnimCursor & Friends / CAcurError.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-05-18  |  378 b   |  30 lines  |  [TEXT/KAHL]

  1. /*
  2.  * CAcurError.h
  3.  * Version 1.0b3, 18 May 1992
  4.  *
  5.  */
  6.  
  7.  
  8.  
  9. /********************************/
  10.  
  11. #pragma once
  12.  
  13. /********************************/
  14.  
  15. #include <CError.h>
  16.  
  17. /********************************/
  18.  
  19.  
  20.  
  21. class CAcurError : public CError {
  22.     
  23. public:
  24.     
  25.     void            SevereMacError(OSErr macErr);
  26.     Boolean        CheckOSError(OSErr macErr);
  27.     void            PostAlert(short STRid, short index);
  28.     
  29. } ;
  30.